.custom-position {
  top: 40%;
  bottom: 0%;
  z-index: 100;
  left: 10%;
}

.catCardParam {
  width: 70px;
  max-width: 70px;
  max-height: 70px;
  border-radius: 100%;
  overflow: hidden;
  height: 70px;
}

.text-extra {
  font-size: 100px;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  border-radius: 10px;
  /* width: 380px !important; */
  text-align: center;
}

.bg-text {
  background: rgba(0, 0, 0, 0.54);
  border-radius: 10px;
  width: 45%;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px !important;
}

.w-24 {
  width: 80%;
}

.mb-30 {
  margin-bottom: 10px;
}

.page-heading>h3>a>i {
  font-size: 9px !important;
}

.page-heading>h3>a>span {
  font-size: 9px !important;
}

@media only screen and (min-width: 556px) {
  .w-24 {
    width: 80%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    border-radius: 10px;
    /* width: 380px !important; */
    text-align: center;
  }

  .page-heading>h3>a>i {
    font-size: 12px !important;
  }

  .page-heading>h3>a>span {
    font-size: 12px !important;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
    width: 50%;
  }

  .mb-30 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .w-24 {
    width: 40%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    border-radius: 10px;
    /* width: 380px !important; */
    text-align: center;
  }

  .page-heading>h3>a>i {
    font-size: 12px !important;
  }

  .page-heading>h3>a>span {
    font-size: 12px !important;
  }

  .quantityBox {
    width: 39px !important;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
    width: 80%;
  }

  .mb-30 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .w-24 {
    width: 30%;
  }

  .page-heading>h3>a>i,
  span {
    font-size: 15px !important;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 110px;
    border-radius: 10px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
  }

  .mb-30 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1100px) {
  .w-24 {
    width: 25%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
  }

  .mb-30 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .w-24 {
    width: 24%;
  }

  .mb-30 {
    margin-bottom: 8px;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 115px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
  }
}

@media only screen and (min-width: 1400px) {
  .w-24 {
    width: 24%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 115px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    background: rgba(0, 0, 0, 0.54);
    border-radius: 10px;
    width: 80%;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px !important;
  }

  .mb-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1500px) {
  .w-24 {
    width: 25%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    /* width: 380px !important; */
    text-align: center;
  }
}